home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / mar94 / pb_fig08.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  9KB  |  648x379  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | font | software | number
OCR: POWERBAR :: POWERBTN1 :: mouseRightUp* method mouseRightUp(var eventInfo MouseEvent) if Self.NUMBER.Visible = True then Self.NUMBER.RasterOperation = SourceCopy else Self.USERPIC.RasterOperation = SourceCopy endIf if eventinfo.isInside() then switch case ( (ctrlkey = False) and (shiftkey = False)) : BARPAGE.setPic(n) case ( (ctrlkey = True) and (shiftkey = False)) : hot = n T moveTo ( CMDOPTS ) case ( (ctrlkey = False) and (shiftkey = True)) : BARPAGE.setMsg(n) endSwitch endIf endMethod Edit Line: 1 Col: 1